home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_01_06 / 1n06070a < prev    next >
Text File  |  1990-09-21  |  384b  |  16 lines

  1. NAME         SAMPLE
  2. DESCRIPTION  'Dialog Postprocessing Demonstration (c) Stuart Browning,1990'
  3. STUB         'WINSTUB.EXE'
  4. CODE         MOVEABLE PRELOAD
  5.  
  6. DATA         MOVEABLE MULTIPLE
  7.  
  8. HEAPSIZE     2024
  9. STACKSIZE    4096
  10.  
  11. EXPORTS      MainWindowProc      @1
  12.              MainDialogFunc      @2
  13.              PostProcessProc1    @3
  14.              PostProcessProc2    @4
  15.  
  16.